projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30f2401
)
(Freplace_match): Use UPPERCASEP instead of !NOCASEP.
author
Andreas Schwab
<schwab@suse.de>
Sun, 15 Jan 2006 12:07:41 +0000
(12:07 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Sun, 15 Jan 2006 12:07:41 +0000
(12:07 +0000)
src/search.c
patch
|
blob
|
history
diff --git
a/src/search.c
b/src/search.c
index ab4b2a0f5192d82feec77bbedb01c46afc68bea2..e12bf69d2a177f7bb8833fba5af4dc62319c8398 100644
(file)
--- a/
src/search.c
+++ b/
src/search.c
@@
-2376,7
+2376,7
@@
since only regular expressions have distinguished subexpressions. */)
else
some_multiletter_word = 1;
}
- else if (
!NO
CASEP (c))
+ else if (
UPPER
CASEP (c))
{
some_uppercase = 1;
if (SYNTAX (prevc) != Sword)